const runtime.stackPreempt
11 uses
runtime (current package)
debug.go#L94: gp.stackguard0 = stackPreempt
lock_futex.go#L130: gp.stackguard0 = stackPreempt
preempt.go#L194: if gp.preemptStop && gp.preempt && gp.stackguard0 == stackPreempt && asyncM == gp.m && asyncM.preemptGen.Load() == asyncGen {
preempt.go#L206: gp.stackguard0 = stackPreempt
proc.go#L4004: gp.stackguard0 = stackPreempt
proc.go#L4102: gp.stackguard0 = stackPreempt // see comment in entersyscall
proc.go#L4195: gp.stackguard0 = stackPreempt
proc.go#L5785: gp.stackguard0 = stackPreempt
runtime1.go#L584: gp.stackguard0 = stackPreempt
stack.go#L130: stackPreempt = uintptrMask & -1314
stack.go#L1025: preempt := stackguard0 == stackPreempt
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |